document ~/.cargo and CARGO_HOME, specify manpage section for rustc/rustdoc
\fBcargo version\fR
Print cargo's version and exit
+.SH FILES
+
+.TP
+~/.cargo
+Directory in which Cargo stores repository data. Cargo can be instructed to use a .cargo subdirectory in a different location by setting the CARGO_HOME environment variable.
+
.SH "EXAMPLES"
Build a local package and all of its dependencies
$ cargo build
.SH "SEE ALSO"
-rustc, rustdoc
+rustc(1), rustdoc(1)
.SH "BUGS"
See <\fBhttps://github.com/rust-lang/cargo/issues\fR> for issues.